Enabling Reliable Messaging in a Business Process |
|
Before you begin this task
You must have the following on the system where Process Platform is installed:
- Ensure that a Queue set up is installed
- Configure Business Process Management Service with client connection point group having Queue connection to create socket and queue connection points.
- Ensure that Socket and Queue connection points are configured for WS-Apps Service Container.
- Ensure that the Business Process Management and WS-Apps Service Containers point to OLEDB Database server.
Reliable messaging ensures that all SOAP requests and responses are processed such that no transaction is lost.
- On CUSP > My Applications, click (System Resource Manager). The System Resource Manager window appears with a list of all available Service Containers in the Service Containers App Palette.
- Right click the Business Process Management service container and select Properties. TheService Container Properties - Business Process Management appears.
- Click Business Process Management > Process Engine tabs.
- Click (Connection Point) associated with the Client Connection Point field. The Connection Point Groups dialog appears displaying the socket and queue connections points.
- Select a connection point and click OK.
- Click .
- In the Service Containers list, right click the Business Process Management service container and select Restart. The Business Process Management service container is restarted.
- Select a starting point and click (Business Process Model) to open an existing business process model.
- Drag a <Webservice operation> from the project content tree and drop it on the business process modeler.
- Double click or right-click <Webservice activity> and select Properties. The Properties - Activity pane appears.
- Click theWebservice Options tab in the properties view. TheWebservice options view appears.
- Enter required time in seconds in the Timeout in seconds text box.
- Select the Use reliable messaging and Perform other tasks simultaneously check boxes and other checkboxes as required.
The reliable messaging feature is enabled for the Web service activity of a business process.